13. Implement ContentProvider Query() Method

Implement ContentProvider Query() Method

Start Quiz:

Solution:

INSTRUCTOR NOTE:

Replace the query() method in the PetProvider class using this gist.

If you’re curious, here’s more detail on the ContentUris.parseId() method.